home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / resevil4 / re4_0331_press.swf / scripts / DefineSprite_32 / frame_131 / DoAction.as
Text File  |  2004-04-21  |  507b  |  9 lines

  1. stop();
  2. myText = "";
  3. this.onEnterFrame = function()
  4. {
  5.    _root.textfield_txt.text = myText.substr(0,type);
  6.    type += 5;
  7.    myText = "S.T.A.R.S.\'s hero Leon S. Kennedy takes players into an all-new saga of the award-winning Resident Evil┬« series - only on the Nintendo GameCubeΓäó.  What unthinkable, unimaginable evils are in store for him this time?  Pushing Leon to his very limits, it will take more than just his strong will to survive.\n\nNote: All screens are actual in-game graphics.";
  8. };
  9.